<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF 
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns="http://purl.org/rss/1.0/"
         xmlns:mn="http://usefulinc.com/rss/manifest/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
 >

  <channel rdf:about="http://xmlhack.com/rss10.php">
      <title>XMLhack  news</title>
      <link>http://xmlhack.com/</link>
      <dc:source rdf:resource="http://xmlhack.com/" />
      <description>
         Developer news from the XML community
      </description>
      <dc:language>en-us</dc:language>
      <dc:publisher>Edd Dumbill (mailto:webmaster@xmlhack.com)</dc:publisher>
      <dc:creator>Edd Dumbill (mailto:editor@xmlhack.com)</dc:creator>
      <dc:rights>Copyright 1999-2001, xmlhack team.</dc:rights>

      <image rdf:resource="http://xmlhack.com/images/mynetscape88.gif" />

      <items>
          <rdf:Seq>
          </rdf:Seq>
      </items>

  </channel>

  <image rdf:about="http://xmlhack.com/images/mynetscape88.gif">
    <title>xmlhack</title>
    <url>http://xmlhack.com/images/mynetscape88.gif</url>
    <link>http://xmlhack.com</link>
    <dc:description>News, opinions, tips and issues concerning XML development</dc:description>
  </image>

    <rdf:Description ID="manifest">
      <mn:channels>
      <rdf:Seq>
        <rdf:li rdf:resource="http://xmlhack.com/rss10.php" />
      </rdf:Seq>
      </mn:channels>
    </rdf:Description>

</rdf:RDF>
